network settings

All posts tagged network settings by Linux Bash
  • Posted on
    Featured Image
    Exploring Hostname and DNS Configuration Variances in Linux Systems Linux systems are renowned for their robustness, versatility, and flexibility, especially in network configurations. Two vital components in Linux networking are the system's hostname and DNS (Domain Name System) settings. Configuring each element correctly is essential for ensuring that a network is efficient, secure, and reliable. In this blog post, we will delve into the nuances of managing and configuring hostnames and DNS across various Linux distributions, providing insights into how these elements can vary and how to effectively handle them. The hostname of a Linux system is essentially its name on a network. It is used to identify a machine on a network uniquely.
  • Posted on
    Featured Image
    When working in environments where internet access is regulated through a proxy server, it can be a challenge to configure all aspects of a Linux system to adhere to the strict access controls. Among the various configurations required, setting up package managers such as APT (used in Debian and Ubuntu), DNF (used in Fedora and CentOS), YUM (legacy manager for older Red Hat/CentOS systems), and Zypper (used in openSUSE) is crucial to ensure software and updates can be smoothly installed without direct internet access. Here’s how you can configure proxy settings for these various package managers. APT is widely used in Debian-based distributions.